home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Business / Dazzler / DAZZLER.Z / illegalListOpException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-26  |  239 b   |  6 lines

  1. public class illegalListOpException extends Exception {
  2.    illegalListOpException(String var1) {
  3.       super(var1);
  4.    }
  5. }
  6.